Special thanks to Yoan Roblet (Arcker) for his help in developing the Pipes  module
for Auto3Lib. Yoan provided the ground work for the development of  the  pipe  UDFs
and was instrumental in providing help and support during the debug phase.

Console.au3
-----------
This demo shows how to execute a console command and read the output of the command
using a one way pipe.

Client.au3
-----------
This is the client part of the client/server pipe demo.  It allows you  to  execute
console commands on a local or remote computer and view the output.  If you run the
server part on a remote machine, you must have established network  credentials  on
the remote machine.

Server.au3
-----------
This is the server part of the client/server pipe demo.  You must run this part  of
the demo on a local or remote machine BEFORE using the client part.